home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / CLASSFOOT.ZIP / _SETUP.1 / classfoot.exe / 0 / RCDATA / TMESSAG / TMESSAG.txt < prev   
Encoding:
Text File  |  1998-10-11  |  2.0 KB  |  102 lines

  1. object messag: Tmessag
  2.   Left = 377
  3.   Top = 157
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Classfoot pour Windows'
  7.   ClientHeight = 249
  8.   ClientWidth = 441
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 425
  22.     Height = 205
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 8
  29.       Top = 8
  30.       Width = 155
  31.       Height = 177
  32.       AutoSize = True
  33.       Picture.Data = {<image000.bmp>}
  34.       Stretch = True
  35.       IsControl = True
  36.     end
  37.     object Label1: TLabel
  38.       Left = 208
  39.       Top = 8
  40.       Width = 188
  41.       Height = 37
  42.       Caption = 'Classfoot 3.0'
  43.       Font.Color = clPurple
  44.       Font.Height = -32
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.     object Label2: TLabel
  50.       Left = 248
  51.       Top = 40
  52.       Width = 110
  53.       Height = 16
  54.       Caption = 'version shareware'
  55.       Font.Color = clPurple
  56.       Font.Height = -13
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = []
  59.       ParentFont = False
  60.     end
  61.     object Label3: TLabel
  62.       Left = 176
  63.       Top = 80
  64.       Width = 241
  65.       Height = 41
  66.       Alignment = taCenter
  67.       AutoSize = False
  68.       Caption = 'Label3'
  69.       WordWrap = True
  70.     end
  71.     object Label5: TLabel
  72.       Left = 176
  73.       Top = 128
  74.       Width = 241
  75.       Height = 65
  76.       Alignment = taCenter
  77.       AutoSize = False
  78.       Caption = 'Label5'
  79.       WordWrap = True
  80.     end
  81.   end
  82.   object OKButton: TButton
  83.     Left = 79
  84.     Top = 220
  85.     Width = 114
  86.     Height = 25
  87.     Caption = 'Essayer le logiciel'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 1
  91.   end
  92.   object Button1: TButton
  93.     Left = 256
  94.     Top = 220
  95.     Width = 115
  96.     Height = 25
  97.     Caption = 'S'#39'enregistrer'
  98.     TabOrder = 2
  99.     OnClick = Button1Click
  100.   end
  101. end
  102.